} PACKED netif_be_driver_status_changed_t; /* 4 bytes */
-/******************************************************************************
- * SUSPEND DEFINITIONS
- */
-
-/*
- * Subtypes for suspend messages.
- */
-/* None. */
-
-
/******************************************************************************
- * CONSOLE DEFINITIONS
+ * SHUTDOWN DEFINITIONS
*/
/*
- * Subtypes for console messages.
+ * Subtypes for shutdown messages.
*/
-#define CMSG_SHUTDOWN_HALT 0 /* Shutdown and halt (don't die). */
-#define CMSG_SHUTDOWN_POWEROFF 1 /* 'Poweroff' => clean death. */
-#define CMSG_SHUTDOWN_REBOOT 2 /* Shutdown and restart. */
+#define CMSG_SHUTDOWN_POWEROFF 0 /* Clean shutdown (SHUTDOWN_poweroff). */
+#define CMSG_SHUTDOWN_REBOOT 1 /* Clean shutdown (SHUTDOWN_reboot). */
+#define CMSG_SHUTDOWN_SUSPEND 2 /* Create suspend info, then */
+ /* SHUTDOWN_suspend. */
#endif /* __DOMAIN_CONTROLLER_H__ */